home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / font / LayoutPathImpl$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  628 b   |  28 lines

  1. package sun.font;
  2.  
  3. import sun.font.LayoutPathImpl.EndType;
  4.  
  5. // $FF: synthetic class
  6. class LayoutPathImpl$1 {
  7.    // $FF: synthetic field
  8.    static final int[] $SwitchMap$sun$font$LayoutPathImpl$EndType = new int[EndType.values().length];
  9.  
  10.    static {
  11.       try {
  12.          $SwitchMap$sun$font$LayoutPathImpl$EndType[EndType.PINNED.ordinal()] = 1;
  13.       } catch (NoSuchFieldError var3) {
  14.       }
  15.  
  16.       try {
  17.          $SwitchMap$sun$font$LayoutPathImpl$EndType[EndType.EXTENDED.ordinal()] = 2;
  18.       } catch (NoSuchFieldError var2) {
  19.       }
  20.  
  21.       try {
  22.          $SwitchMap$sun$font$LayoutPathImpl$EndType[EndType.CLOSED.ordinal()] = 3;
  23.       } catch (NoSuchFieldError var1) {
  24.       }
  25.  
  26.    }
  27. }
  28.